﻿2026-06-16T09:29:50.2623941Z ##[group]Run actions/checkout@v5
2026-06-16T09:29:50.2624757Z with:
2026-06-16T09:29:50.2625152Z   repository: SaberMage/spt-core
2026-06-16T09:29:50.2628594Z   token: ***
2026-06-16T09:29:50.2628913Z   ssh-strict: true
2026-06-16T09:29:50.2629230Z   ssh-user: git
2026-06-16T09:29:50.2629558Z   persist-credentials: true
2026-06-16T09:29:50.2629919Z   clean: true
2026-06-16T09:29:50.2630282Z   sparse-checkout-cone-mode: true
2026-06-16T09:29:50.2630663Z   fetch-depth: 1
2026-06-16T09:29:50.2630973Z   fetch-tags: false
2026-06-16T09:29:50.2631302Z   show-progress: true
2026-06-16T09:29:50.2631626Z   lfs: false
2026-06-16T09:29:50.2631937Z   submodules: false
2026-06-16T09:29:50.2632259Z   set-safe-directory: true
2026-06-16T09:29:50.2632747Z ##[endgroup]
2026-06-16T09:29:50.4477248Z Syncing repository: SaberMage/spt-core
2026-06-16T09:29:50.4478449Z ##[group]Getting Git version info
2026-06-16T09:29:50.4479001Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-16T09:29:50.4719524Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T09:29:50.4927524Z git version 2.43.0.windows.1
2026-06-16T09:29:50.4955121Z ##[endgroup]
2026-06-16T09:29:50.4963818Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\e1313acf-c94a-4ec7-8ebd-585a91657644\.gitconfig'
2026-06-16T09:29:50.4977652Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e1313acf-c94a-4ec7-8ebd-585a91657644' before making global git config changes
2026-06-16T09:29:50.4978731Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T09:29:50.4982479Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-16T09:29:50.5207468Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-16T09:29:50.5393451Z https://github.com/SaberMage/spt-core
2026-06-16T09:29:50.5422941Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T09:29:50.5426956Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T09:29:50.5619936Z HEAD
2026-06-16T09:29:50.6122520Z ##[endgroup]
2026-06-16T09:29:50.6125976Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-16T09:29:50.9730045Z ##[group]Cleaning the repository
2026-06-16T09:29:50.9734209Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-16T09:29:56.9652516Z Removing .adapter-notify/
2026-06-16T09:29:56.9653270Z Removing target/
2026-06-16T09:29:56.9688086Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-16T09:29:57.0135723Z HEAD is now at 18fb2055 Merge c5887db27f6c8576decec071c073e76c5144ba66 into e6722b86a963b4a5c41a6fcd820b26617686fda7
2026-06-16T09:29:57.0166013Z ##[endgroup]
2026-06-16T09:29:57.0166437Z ##[group]Disabling automatic garbage collection
2026-06-16T09:29:57.0170578Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-16T09:29:57.0391918Z ##[endgroup]
2026-06-16T09:29:57.0392402Z ##[group]Setting up auth
2026-06-16T09:29:57.0397583Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T09:29:57.0607909Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T09:29:57.3971897Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T09:29:57.4193293Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T09:29:57.7745021Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T09:29:57.7957060Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T09:29:58.1426770Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-16T09:29:58.1708194Z ##[endgroup]
2026-06-16T09:29:58.1708645Z ##[group]Fetching the repository
2026-06-16T09:29:58.1714729Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c5887db27f6c8576decec071c073e76c5144ba66:refs/remotes/origin/dev-freeform
2026-06-16T09:29:58.8055465Z From https://github.com/SaberMage/spt-core
2026-06-16T09:29:58.8056529Z  + 24e2409d...c5887db2 c5887db27f6c8576decec071c073e76c5144ba66 -> origin/dev-freeform  (forced update)
2026-06-16T09:29:58.8170876Z ##[endgroup]
2026-06-16T09:29:58.8171309Z ##[group]Determining the checkout info
2026-06-16T09:29:58.8172326Z ##[endgroup]
2026-06-16T09:29:58.8178553Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-16T09:29:58.8450177Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-16T09:29:58.8668282Z ##[group]Checking out the ref
2026-06-16T09:29:58.8672842Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-16T09:29:58.9165362Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-16T09:29:58.9165786Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-16T09:29:58.9166582Z Previous HEAD position was 18fb2055 Merge c5887db27f6c8576decec071c073e76c5144ba66 into e6722b86a963b4a5c41a6fcd820b26617686fda7
2026-06-16T09:29:58.9167062Z Switched to and reset branch 'dev-freeform'
2026-06-16T09:29:58.9190778Z ##[endgroup]
2026-06-16T09:29:58.9453088Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-16T09:29:58.9683038Z c5887db27f6c8576decec071c073e76c5144ba66
